[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MONTH(DEXP) (INTEGER)

 Function
  Extracts the month (1-12) of the year from a specified date.

 Syntax
  MONTH(dexp)

   dexp = Any date expression.

 Return Type & Value
  INTEGER
  Returns the month from the specified date expression (dexp).
  Valid return values are from 1 to 12.

 Remarks
  This function allows you to extract a particular piece of information
  about a DATE value, in this case the month of the date.

 Examples
  PRINTLN "This month is:  ",MONTH(DATE())

See Also: DAY() DOW() YEAR()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson